home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1482.dms / var1482.adf / Scripts / bumpball.mc < prev    next >
Text File  |  1994-07-07  |  425b  |  44 lines

  1.  
  2.  
  3. camera {
  4.     loc    <19, 0, 0>
  5.     target    <0, 0, 0>
  6. }
  7.  
  8. sky {
  9.     zenith    <0, 0, 0>
  10.     horizon    <0, 0, 1>
  11. }
  12.  
  13. lamp {
  14.     direct    <-.3, -1, -0>
  15.     color    <.6, .6, .6>
  16. }
  17.  
  18. color ball.surf {
  19.     diff    <1, 0, 0>
  20. }
  21.  
  22. iff "mapfiles/dimple.iff" dot.map
  23.  
  24. bumpcy bumpcy.txt {
  25.     bitmap    dot.map
  26.     xrep    20
  27.     height    1
  28.     size    -.2
  29. }
  30.  
  31. bumpsp bumpsp.txt {
  32.     bitmap    dot.map
  33.     xrep    20
  34.     yrep    10
  35.     size    -.1
  36. }
  37.  
  38. sphere {
  39.     radius    5
  40.     loc    <0, 0, 0>
  41.     patt    ball.surf
  42.     texture    bumpcy.txt
  43. }
  44.